Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


generateSBODataLogicObject

This procedure generates the Data Logic Procedure (DLP) for the SBO and its client proxy, compiles the files, and registers the DLP in the Repository.

Location: ry\app\rydesmngrp.i

Parameters:

INPUT pcDatabaseName AS CHARACTER

The database name. This parameter is not used.

INPUT pcTableList AS CHARACTER

A comma-delimited list of supported tables.

INPUT pcDumpName AS CHARACTER

This parameter is not used.

INPUT pcDataObjectName AS CHARACTER

The name of the SBO object .

INPUT pcProductModule AS CHARACTER

The product module of DLP.

INPUT pcResultCode AS CHARACTER

The result code. If blank, uses the default result code.

INPUT pcLogicProcedureName AS CHARACTER

The name of the new logic procedure to be created.

INPUT pcLogicObjectType AS CHARACTER

The logic type of the new procedure, such as DLCProc.

INPUT pcLogicProcedureTemplate AS CHARACTER

The template file on which to base DLP.

INPUT pcDataLogicRelativePath AS CHARACTER

The relative path of the object to be saved.

INPUT pcRootFolder AS CHARACTER

The root directory, for example, "C:\workarea".

INPUT pcIncludeFileList AS CHARACTER

A comma-delimited list of include files of the SBO including relative path. This must match the list in pcTableList.

INPUT plCreateMissingFolder AS LOGICAL

If YES, create a new directory if the relative directory specified does not exist.

Notes: None

Examples: See the main block in ry\app\rydesgsdlp.p.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095